home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 11 Exotic Applications / TK6414.ZIP / SAMPLE.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-01-06  |  343 b   |  19 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo This batch file will process SAMPLE.TXT using TOK64
  5. pause
  6. echo Tokenizing...
  7. tok64 /mult /stomp sample.txt
  8. echo.
  9. echo Detokenizing...
  10. tok64 /totxt /stomp hi.prg hello.prg
  11. echo.
  12. echo This is HI.TXT:
  13. type hi.txt
  14. echo.
  15. echo This is HELLO.TXT:
  16. type hello.txt
  17. echo.
  18. echo All done. Thanks for using TOK64!
  19.